home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1677 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  209b  |  11 lines

  1. on(press){
  2.    if(_root.seletor_lider._currentframe == _root.seletor_lider._totalframes)
  3.    {
  4.       _root.seletor_lider.gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       _root.seletor_lider.nextFrame();
  9.    }
  10. }
  11.